home *** CD-ROM | disk | FTP | other *** search
/ Word Play Farm / Word Play Farm.iso / pc / movies / sheep.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1996-07-26  |  267 b   |  15 lines

  1. on exitFrame
  2.   global hintCount
  3.   if not soundBusy(1) then
  4.     if hintCount < 3 then
  5.       puppetSound("instruction")
  6.       updateStage()
  7.     end if
  8.   end if
  9.   repeat while soundBusy(1)
  10.     nothing()
  11.   end repeat
  12.   puppetSound(0)
  13.   set hintCount to hintCount + 1
  14. end
  15.